11. Show more info on each earthquake

Show More Info on Each Earthquake

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Refer to the CustomAdapter app from the last course on GitHub.

Hint: Create an Earthquake class to hold all the relevant information for a single earthquake.

Hint: Create a custom ArrayAdapter to properly display a list of Earthquake objects.